home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 November / Chip 11-96.iso / workshop / howto / books < prev    next >
Text File  |  1996-05-25  |  12KB  |  269 lines

  1. Newsgroups: comp.os.linux.announce,comp.os.linux.help
  2. From: "James H. Haynes" <haynes@cats.ucsc.edu>
  3. Subject: Linux Bibliography, v0.99p2 :-)
  4. Keywords: Reading list, books, bibliography
  5.  
  6. The Linux Bibliography
  7. By James H. Haynes <haynes@cats.ucsc.edu>
  8.  
  9. The following is not meant to be a comprehensive Unix
  10. bibliography.  For that, see the Unix book list posted periodically
  11. to misc.books.technical and to several comp.unix newsgroups.  This
  12. list is meant to be supplemental, containing items of special interest
  13. and importance for Linux workers (or 386BSD people - whatever turns you on).
  14.  
  15. Comments not in quotes below are mine.  Comments sent in by others are
  16. in quotes, and have the name of the commentor in square brackets.
  17.  
  18. Please send additions, corrections, and comments to haynes@cats.ucsc.edu.
  19. Jim Haynes, Computer Center, University of California, Santa Cruz, CA  95064
  20.  
  21.  
  22. I. Hardware
  23.  
  24.    Upgrading and Repairing PCs; Mueller, Scott; Que Corp.; ISBN 0-88022-856-3;
  25.    1298pp; 1992; $34.95 (USA).  This is a book I bought when I was struggling
  26.    with an AT-clone.  It is best on XTs and ATs and IBM PS/2s.  Still, there
  27.    is a wealth of information common to all models.  EISA and VESA are
  28.    mentioned only in the glossary.
  29.  
  30.    80386 Hardware Reference Manual; Intel Corp.; ISBN 1-55512-024-5; ?pp.;
  31.    1986; $?.  Pin connections, timing, waveforms, block diagrams, voltages,
  32.    all that kind of stuff.
  33.  
  34.  
  35. II. Processor architecture and programming
  36.  
  37.     80386 Programmer's Reference Manual; Intel Corp.; ISBN 1-55512-022-9;
  38.     ?pp.; 1986; $?.  Part I. Applications Programming, data types, memory
  39.     model, instruction set.  Part II. Systems Programming, architecture,
  40.     memory management, protection, multitasking, I/O, exceptions and
  41.     interrupts, initialization, coprocessing and multiprocessing. Part III.
  42.     Compatibility (with earlier x86 machines).  Part IV. Instruction Set.
  43.  
  44.     80386 System Software Writer's Guide; Intel Corp.; ISBN 1-55512-023-7;
  45.     ?pp.; 1987; $?.  This explains the 386 features for operating system
  46.     writers.  It includes a chapter on Unix implementation.  A lot of the
  47.     80386 architecture seems to have been designed with Multics in mind;
  48.     the features are not used by DOS or by Unix.
  49.  
  50.     Programming the 80386; Crawford, John H., and Gelsinger, Patrick P.;
  51.     Sybex; ISBN 0-89588-381-3; 774pp.; $26.95 (USA).  This is the book the
  52.     Jolitzes used when they ported BSD to the 386 architecture.
  53.  
  54.     Pentium Processor User's Manual: Volume 3, Architecture and Programming
  55.     Manual; Intel Corp.; ISBN 1-55512-195-0; ?pp.; 1993; $?.  Pretty much
  56.     the Pentium version of the 80386 Programmer's manual listed above.
  57.  
  58.  
  59. III. Unix Kernel Implementation
  60.  
  61.      The Design of the Unix Operating System; Bach, Maurice J.; Prentice-
  62.      Hall; ISBN 0-13-201799-7; 470pp.; $60 (USA).  The book that got Linus
  63.      started.
  64.  
  65.      The Design and Implementation of the 4.3BSD Unix Operating System;
  66.      Leffler, Samuel J., McKusick, Marshall Kirk, Karels, Michael J., and
  67.      Quarterman, John S.; Addison-Wesley; ISBN 0-201-06196-1; 471 pp.;
  68.      1989, 1990; $44.95 (USA).  So, it's not about Linux, but can you
  69.      afford to ignore it?
  70.  
  71.      Linux Kernel Hacker's Guide; Johnson, Michael K.; Linux Documentation
  72.      Project; FTP sites (see end of document); 1993.
  73.  
  74.      Operating Systems, Design and Implementation; Tanenbaum, Andrew S.;
  75.      Prentice-Hall; 1987.  [sugg. by Alan Cox]
  76.  
  77.      Porting Unix to the 386; Jolitz, William F., and Jolitz, Lynne G.;
  78.      Dr. Dobb's Journal; Jan 1991-July 1992.
  79.      
  80. IV. System Calls
  81.  
  82.     The Posix.1 Standard: A Programmer's Guide; Zlotnick, Fred; Benjamin/
  83.     Cummings; ISBN 0-8053-9605-5; 379pp.; 1991; $35.95 (USA).  When I
  84.     complained about the lack of Section 2 man pages in Linux, somebody
  85.     told me just to get a POSIX book, because that's what Linux does.
  86.     I like this book because I'm not a professional programmer and the
  87.     author gives copious explanations and examples.  
  88.  
  89.  
  90. V. Networking
  91.  
  92.    Unix Network Programming; Stevens, W. Richard; PTR Prentice Hall;
  93.    ISBN 0-13-949876-1; 772 pp.; $54 (USA).  Everything you might want to
  94.    know about the subject, and some things you probably don't want to
  95.    know (really, XNS!?).
  96.  
  97.    Linux Networking Guide; Kirch, Olaf; Linux Documentation Project; FTP
  98.    sites (see end of this document); 1993.
  99.  
  100.    TCP/IP Network Adminstration; Hunt, Craig; O'Reilly Associates;
  101.    ISBN 0-937175-82-X; 1992. [sugg. by Kurt M. Hockenbury]
  102.  
  103.    Internetworking With TCP/IP: Volume 1, Principles, Protocols, and
  104.    Architecture; Comer, E. Douglas; Prentice-Hall; ISBN 0-13-474321-0;
  105.    2nd ed. [sugg. by Phil Packer]  [Alan Cox suggests all 3 volumes
  106.    in this series] [Somebody else thought the Stevens book was better.]
  107.  
  108.    Computer Networks (2nd Edition); Tanenbaum, Andrew S.; Prentice Hall;
  109.    1988.  [sugg. by Alan Cox]
  110.  
  111. VI. General (or hard-to-classify)
  112.  
  113.    Bell System Technical Journal, July-August 1978, Vol. 57, No. 6, part 2;
  114.    AT&T; 416 pp.  Many papers on Unix, including Ritchie & Thompson,
  115.    "The UNIX Time Sharing System"; Thompson, "UNIX Implementation";
  116.    Ritchie, "A Retrospective"; Bourne, "The UNIX Shell"...
  117.  
  118.    The Mythical Man Month, Essays on Software Engineering; Brooks, Frederick
  119.    P.; Addison Wesley;  1975.  "This I'd recommend not for its technical
  120.    value but for its application of common sense and reality to computing
  121.    projects." [Alan Cox] (Ah, yes.  What if Linus had been given 200
  122.    programmers and had been told to produce Linux in 3 months!)
  123.    
  124.  
  125. VII. System Installation
  126.  
  127.      Linux Installation and Getting Started; Welsh, Matt; Linux Documentation
  128.      Project; FTP sites (see end of this document); 175 pp.; 1994.
  129.  
  130. VIII. System Administration
  131.  
  132.      Linux System Administrator's Guide; Wirzenius, Lars;  Linux
  133.      Documentation Project; FTP sites (see end of document); 1993.
  134.  
  135.      Essential System Administration; Frisch, Aileen; O'Reilly Associates;
  136.      ISBN 0-937175-80-3; 1991. [sugg. by Kurt M. Hickenbury and Ronald P. 
  137.      Miller] "Good reference for any sysadmin (not just Linux) -- covers
  138.      Sys V, 4.3 BSD, AIX, Xenix in detail.  Accounting, backup & restore,
  139.      intro to security, filesystems, modem/terminal info, intro to TCP/IP,
  140.      printing ... Great appendix on Bourne shell programming." [Miller]
  141.  
  142. IX. Security
  143.  
  144.     Practical Unix Security; Garfinkel, Simpson, and Spafford, Gene;
  145.     O'Reilly Associates; ISBN 0-937175-72-2; 1991. [sugg. by Kurt M. 
  146.     Hockenbury and Ronald P. Miller] "Some overlap with Essential System
  147.     Admin., but all in all a solid book on security, especially for those
  148.     aspiring to allow multiple-user, dial-up/net access to their Linux boxes."
  149.     [Miller]
  150.  
  151.  
  152. X.  Programming and Programming Languages
  153.  
  154.     The Unix Programming Environment; Kernighan, Brian, and Pike, Rob;
  155.     Prentice-Hall; ISBN 0-13-937681-X; 1984. [sugg. by Kurt M.
  156.     Hockenbury]
  157.  
  158.     The C Programming Language; Kernighan, Brian, and Ritchie, Dennis;
  159.     Prentice-Hall; ISBN 0-13-110362-8; 2nd ed. 1988.  [sugg. by Kurt M.
  160.     Hockenbury]
  161.  
  162. XI. Text Formatting and Typesetting
  163.  
  164.     The TeXbook, Volume A of Computers and Typesetting; Knuth, Donald A.;
  165.     Addison-Wesley; 1986.  "The definitive user's guide and complete
  166.     reference manual for TeX.  Probably not needed for casual LaTeX use,
  167.     but a fascinating book nonetheless." [Bruce Thompson]
  168.  
  169.     The METAFONT book, Volume C of Computers and Typesetting; Knuth, Donald
  170.     A.; Addison-Wesley; 1986. "The definitive user's guide and reference
  171.     manual for METAFONT, the companion program to TeX for designing fonts.
  172.     An excellent work if you're planning to design your own fonts for use
  173.     in TeX and LaTeX.  METAFONT is included with the normal TeX/LaTeX
  174.     distribution." [Bruce Thompson]
  175.  
  176.     LaTeX, A Document Preparation System, User's Guide and Reference
  177.     Manual; Lamport, Leslie; Addison-Wesley; 1985.  "The ultimate
  178.     reference on LaTeX 2.09 by its author.  A new edition covering
  179.     LaTeX2e (the version included in the current TeX/LaTeX distribution)
  180.     is in preparation.  LaTeX 2.09 is fully supported by LaTeX2e.  A
  181.     must for anyone wanting to use LaTeX.  Provides a gentle introduction
  182.     to document preparation and the various tools that LaTeX provides
  183.     for producing professional quality documents.  Lots of examples."
  184.     [Bruce Thompson]
  185.  
  186.     The LaTeX Companion; Goossens, Michael, Mittlebach, Frank, and Samarin,
  187.     Alexander; Addison-Wesley; ISBN 0-201-54199-8; 530pp.; 1994. "'If you
  188.     are one of those users who would like to know how LaTeX can be
  189.     extended to create the nicest documents possible without becoming a
  190.     (La)TeX guru, then this book is for you' --- from the Preface.  A
  191.     very nice book providing a lot of information about the new
  192.     extensions to LaTeX, provides a large number of examples showing
  193.     precisely how your document's layout can be manipulated" [Bruce
  194.     Thompson]
  195.  
  196. XII. Inclusions
  197.  
  198.      Note: most if not all of the files mentioned here can be obtained from
  199.      host rtfm.mit.edu.
  200.  
  201.      Linux HOWTO files, posted periodically to comp.os.linux.*
  202.  
  203.      Unix FAQ files.
  204.  
  205.      Concise Guide to Unix Books, posted periodically to misc.books.technical
  206.      and various comp.unix groups.
  207.  
  208. XIII. Periodicals
  209.  
  210.       Linux Journal is a monthly publication covering the Linux
  211.       Community.  The first issue was sent out in February, 1994.
  212.  
  213.       Subscriptions:
  214.       Introductory subscription rates are $19/year.  Payment can be
  215.       made using VISA, MasterCard or American Express (make sure you
  216.       include the credit card number, expiration date and signature).
  217.       We can also accept checks in U.S. dollars drawn on a U.S. bank.
  218.       If you have a question concerning appropriate method of payment,
  219.       phone or FAX our subscription numbers or send e-mail to
  220.       subscriptions@fylz.com
  221.  
  222.        Send subscriptions orders to:
  223.            Linux Journal
  224.            P.O. Box 85867
  225.            Seattle, WA 98145-1867
  226.        or FAX them to (206) 526-0803.
  227.  
  228.       [Phil Hughes E-mail: linux@fylz.com   Phone: +1 206 524 8338] 
  229.  
  230.     (The above is not meant as an advertisement or endorsement of a
  231.     particular publication; it's just that I think it's pretty exciting
  232.     that Linux has reached a level of popularity and maturity such that
  233.     someone believes the market can support a magazine devoted to it.)
  234.  
  235.     For a while there was a LinuxNews electronically-published newsletter,
  236.     but it seems to have ceased publication.
  237.  
  238. Finding Stuff On-Line:
  239.  
  240.     For people with ftp access to the Internet, the main Linux archive sites
  241.     in the U.S. are sunsite.unc.edu and tsx-11.mit.edu.  The Linux
  242.     Documentation Project work-in-progress is to be found in
  243.     sunsite.unc.edu:/pub/Linux/docs/LDP   The file LDP-Manifesto describes
  244.     the project.  Matt Welsh, mdw@sunsite.unc.edu is the contact person
  245.     for LDP.
  246.  
  247.     The site appropriately named  rtfm.mit.edu  holds archives of FAQ
  248.     (Frequently-Asked-Questions) and HOWTO files from just about every
  249.     Usenet news group in existence.  From here you can obtain copies of
  250.     the various Linux HOWTO files that are posted from time to time in
  251.     newsgroups of the comp.os.linux hierarchy.
  252.  
  253.     For those without ftp access there are a number of BBSes containing
  254.     information about Linux.  A list of these is posted from time to time
  255.     on comp.os.linux.announce.
  256.  
  257. Off-Line:
  258.  
  259.     A number of software publishers are issuing Linux on CD-ROM.  Somebody
  260.     tell me which if any of these are including documentation such as the
  261.     LDP manuals on the CD.
  262.  
  263.     And then you can always buy one of the commercially-published books
  264.     above and take it with you to the beach.  The idea for this list really
  265.     originated with, "what can you buy at the local software emporium
  266.     or book store when you need to learn something that you can't get
  267.     from the on-line manual pages or from the net?"
  268.  
  269.